home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000286_news@columbia.edu _Wed Feb 14 13:46:00 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA26370
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Feb 2001 13:45:34 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA12987
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Feb 2001 13:45:32 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA23698
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Feb 2001 13:29:32 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "John" <J_o_h_n_B@P_H_P_i_n_c.com>
  13. Subject: Re: Non-interactive mode
  14. Message-ID: <qgAi6.57684$wu5.648532@e420r-sjo2.usenetserver.com>
  15. Organization: WebUseNet Corp  http://www.usenetserver.com - Home of the fastest NNTP servers on the Net.
  16. Date: Wed, 14 Feb 2001 13:28:34 -0500
  17. To: kermit.misc@columbia.edu
  18.  
  19. Thanks... I was hoping I could do this on a command line.  We're using
  20. C-Kermit (V6) for HP-UX.
  21.  
  22. I was trying:
  23.  
  24. C-Kermit> -B -a C:\TEXT\TEST -s file
  25. actually its:
  26. $ kermit -B -a C:\TEXT\TEST -s file
  27.  
  28.  
  29. but this still brings up a display screen of prompts for local file name and
  30. all the other options.
  31.  
  32.  
  33. "Frank da Cruz" <fdc@watsun.cc.columbia.edu> wrote in message
  34. news:96eebm$jhc$1@newsmaster.cc.columbia.edu...
  35. In article <AOyi6.31490$JN5.245058@e420r-sjo3.usenetserver.com>,
  36. John <J_o_h_n_B@P_H_P_i_n_c.com> wrote:
  37. : I'm trying to create a small program that will capture a spooler and then
  38. : automatically send to the user's PC.  Using HP-Unix and HOST Access as the
  39. : PC client.
  40. :
  41. : How can I bypass the interactive screens? Or maybe something like a batch
  42. : process?
  43. :
  44. : Sorry if this isn't a lot of info but I'm not sure what parameters are
  45. : needed for assistance.
  46. :
  47. If you are talking about automating something that you would do by hand
  48. in a terminal session, you can use Kermit's command language to script it.
  49. You'll need Kermit software for the computer where the script would run.
  50. It sounds like it would run on HP-UX, so you'll need C-Kermit:
  51.  
  52.   http://www.columbia.edu/kermit/ckermit.html
  53.  
  54. and the manual, that explains how to write scripts:
  55.  
  56.   http://www.columbia.edu/kermit/ckmanual.html
  57.  
  58. and you might also want to look at the C-Kermit examples in the Kermit
  59. Script Library:
  60.  
  61.   http://www.columbia.edu/kermit/scriptlib.html
  62.  
  63. - Frank
  64.